More texture upload fixes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 01:59:33 +0000 (21:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Sep 2020 01:59:33 +0000 (21:59 -0400)
commitd6912a6791f178da16f2877d5885e9aaf3cf29b6
tree77fe030a30246ae14e9a266cb69d0551b8ee2875
parentdb4b7e3d11ceb8b07a155f73043dde437b84eb03
More texture upload fixes

In some cases, with bpp == 3 and a rowstride
that is divisible by 4, we were passing invalid
parameters to GL.

Fixes: #3198
gdk/gdkglcontext.c